home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / relnotes / ftn90_dev / ch1.z / ch1
Encoding:
Text File  |  2002-10-08  |  7.2 KB  |  330 lines

  1.  
  2.  
  3.  
  4.                                                - 1 -
  5.  
  6.  
  7.  
  8.                     7.3 Fortran 90 Release Notes
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                                - 2 -
  69.  
  70.  
  71.  
  72.                     1.  _I_n_t_r_o_d_u_c_t_i_o_n
  73.  
  74.                     These release notes describe the MIPSpro 7
  75.                     Fortran 90 front end compiler and development
  76.                     subsystems, version 7.3. They contain
  77.                     descriptions of the following products:
  78.  
  79.                        +o ftn90_fe
  80.  
  81.                        +o ftn90_dev
  82.  
  83.                     Chapters are as follows:
  84.  
  85.                       1.  Introduction
  86.  
  87.                       2.  Installation Information
  88.  
  89.                       3.  Licensing Information
  90.  
  91.                       4.  New Features
  92.  
  93.                       5.  Known Problems
  94.  
  95.                       6.  Compatibility Notes
  96.  
  97.                       7.  Bugfixes
  98.  
  99.                     Packaged with this software is a separate
  100.                     Software License Agreement.  Please take a few
  101.                     moments to review this agreement.  Chapter 3,
  102.                     "Licensing," provides an introduction to the
  103.                     licensing method for MIPSpro 7 Fortran 90
  104.                     compilers.
  105.  
  106.                     Utilities, header files, and libraries common to
  107.                     several languages are covered in the 7.3 Base
  108.                     Development Release Notes (accessed as the
  109.                     compiler_dev release notes).
  110.  
  111.                     This chapter contains the following sections:
  112.  
  113.                       1.  Online Release Notes
  114.  
  115.                       2.  Product Support
  116.  
  117.                       3.  MIPSpro 7 Fortran 90 Compiler General
  118.                           Information
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.                                                - 3 -
  135.  
  136.  
  137.  
  138.                     1.1  _O_n_l_i_n_e__R_e_l_e_a_s_e__N_o_t_e_s
  139.  
  140.                     After you install the online documentation for a
  141.                     product (the relnotes subsystem), you can view
  142.                     the release notes on your screen.
  143.  
  144.                     If you have a graphics system, select Release
  145.                     Notes from the Help submenu of the Toolchest.
  146.                     This displays the grelnotes(1) graphical browser
  147.                     for the online release notes.  For information
  148.                     on options to this command, refer to the
  149.                     grelnotes(1) man page.
  150.  
  151.                     If you do not have a graphics system, you can
  152.                     use the relnotes command.  For information on
  153.                     accessing the online release notes using this
  154.                     command, refer to the relnotes(1) man page.
  155.  
  156.  
  157.                     1.2  _P_r_o_d_u_c_t__S_u_p_p_o_r_t
  158.  
  159.                     Silicon Graphics(R) provides a comprehensive
  160.                     product support maintenance program for its
  161.                     products.
  162.  
  163.                     If you are in the United States or Canada and
  164.                     would like support for your Silicon Graphics
  165.                     supported products, contact the Customer Support
  166.                     Center at 1-800-800-4SGI.
  167.  
  168.                     If you are outside the United States or Canada,
  169.                     contact the Silicon Graphics subsidiary or
  170.                     authorized distributor in your country.
  171.  
  172.  
  173.                     1.3  _M_I_P_S_p_r_o _7 _F_o_r_t_r_a_n _9_0 _C_o_m_p_i_l_e_r _G_e_n_e_r_a_l
  174.                          _I_n_f_o_r_m_a_t_i_o_n
  175.  
  176.                     The MIPSpro 7 Fortran 90 compiler requires the
  177.                     installation of the following subsystems:
  178.  
  179.                        +o ftn90_fe
  180.  
  181.                        +o ftn90_dev
  182.  
  183.                        +o ftn_eoe
  184.  
  185.                        +o ftn_dev
  186.  
  187.                        +o compiler_dev
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.                                                - 4 -
  201.  
  202.  
  203.  
  204.                        +o compiler_eoe
  205.  
  206.                     The MIPSpro 7 Fortran 90 compiler supports
  207.                     compilation in either 64-bit mode using the -64
  208.                     option or the new high performance 32-bit (n32)
  209.                     mode using the -n32 option.  In 64-bit mode, the
  210.                     POINTER data type size is 64 bits (all other
  211.                     data types are the same size as in n32 mode).
  212.                     For more information about 64-bit and high
  213.                     performance 32-bit interfaces, see the _M_I_P_S_p_r_o
  214.                     _6_4-_b_i_t _P_o_r_t_i_n_g _a_n_d _T_r_a_n_s_i_t_i_o_n _G_u_i_d_e and the
  215.                     _M_I_P_S_p_r_o _N_3_2 _A_B_I _H_a_n_d_b_o_o_k.
  216.  
  217.                     The MIPSpro 7 Fortran 90 compiler supports the
  218.                     Fortran 95 ISO/ANSI standard.  Fortran 95 is a
  219.                     superset of the Fortran 90 and FORTRAN 77
  220.                     standards.  The MIPSpro 7 Fortran 90 compiler
  221.                     also supports extensions to the Fortran 95
  222.                     standard.
  223.  
  224.                     For descriptions of the ftn_eoe, ftn_dev,
  225.                     compiler_dev, and compiler_eoe subsystems, see
  226.                     their respective release notes.  The following
  227.                     sections provide a brief description of the
  228.                     ftn90_fe and ftn90_dev subsystems, respectively.
  229.  
  230.  
  231.  
  232.                     1.3.1  _M_I_P_S_p_r_o__7__F_o_r_t_r_a_n__9_0__C_o_m_p_i_l_e_r__F_r_o_n_t__E_n_d
  233.  
  234.                     The MIPSpro 7 Fortran 90 compiler front end is
  235.                     separately packaged in the ftn90_fe subsystem
  236.                     and consists of the f90(1) man page and the
  237.                     compiler front end.
  238.  
  239.                     Following is the identification information for
  240.                     the front end software release:
  241.  
  242.                     Software product              MIPSpro 7 Fortran
  243.                                                   90 compiler
  244.  
  245.                     Release                       7.3
  246.  
  247.                     Product code                  SC4-F90-7.3
  248.  
  249.                     System software requirements  IRIX(R) 6.2 and
  250.                                                   higher
  251.                                                   IRIX Development
  252.                                                   Foundation 1.2
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.                                                - 5 -
  267.  
  268.  
  269.  
  270.                     1.3.2  _M_I_P_S_p_r_o__7__F_o_r_t_r_a_n__9_0__D_e_v_e_l_o_p_m_e_n_t__P_a_c_k_a_g_e
  271.  
  272.                      The MIPSpro 7 Fortran 90 development package
  273.                     (ftn90_dev) consists of preprocessors, headers,
  274.                     and man pages.
  275.  
  276.                     Following is the identification information for
  277.                     the development package:
  278.  
  279.                     Software product              MIPSpro 7 Fortran
  280.                                                   90 development
  281.  
  282.                     Release                       7.3
  283.  
  284.                     Product code                  SC4-IDEVFND-1.2
  285.  
  286.                     System software requirements  IRIX 6.2 or higher
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.